Skip to main content
Version: 5.x.x

RequestLoadingEventType


import { RequestLoadingEventType } from "@hyper-fetch/core"

Description

Defined in managers/request/request.manager.types.ts:4

Preview

type RequestLoadingEventType = {
isOffline: boolean;
isRetry: boolean;
loading: boolean;
queueKey: string;
requestId: string;
}

Structure

{
isOffline: boolean;
isRetry: boolean;
loading: boolean;
queueKey: string;
requestId: string;
}